type github.com/jackc/pgx/v5/pgtype.scanPlanTextTimestamptzToTimestamptzScanner
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
timestamptz.go#L61: return (&scanPlanTextTimestamptzToTimestamptzScanner{}).Scan([]byte(src), tstz)
timestamptz.go#L241: return &scanPlanTextTimestamptzToTimestamptzScanner{location: c.ScanLocation}
timestamptz.go#L283: type scanPlanTextTimestamptzToTimestamptzScanner struct{ location *time.Location }
timestamptz.go#L285: func (plan *scanPlanTextTimestamptzToTimestamptzScanner) Scan(src []byte, dst any) error {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)